home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00134_sub2,pop,down,2.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  170 b   |  11 lines

  1. on mouseUp
  2.   global packagenum, whichview
  3.   eracemenudownbutton()
  4.   set whichview to "info"
  5.   if packagenum = "0" then
  6.     go("main")
  7.   else
  8.     go("main1")
  9.   end if
  10. end
  11.